home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / C for beginners.adf / Read.Me < prev    next >
Text File  |  1989-01-02  |  759b  |  24 lines

  1. Imported and spread by Quartex in 1989!
  2.  
  3. This disk contains C program written for The Lattice C Compiler. If you want
  4. to use another C compiler (e.g. Aztec C),you must make the following
  5. changes:
  6.  
  7.  
  8. Example:  Open a binary file
  9.  
  10.          Lattice: Binary files contain a .b extension
  11.          Aztec:   Leave off the .b, since all files are handled
  12.                   in binary format.
  13.  
  14. The Aztec C compiler needs the m.lib math library as the first library for
  15. linking, if you want to use any floating point numbers.
  16.  
  17. This floating point usage applies to printf() and scanf() functions,
  18. as well as any format specifications needed for floating point
  19. numbers ("%f", "%lf", "%e", "%g")
  20.  
  21. All programs in the source and program drawers are accessed using the CLI.
  22.  
  23.  
  24.